gdk: Add GDK_WINDOW_STATE_FOCUSED to GdkWindowState
authorRui Matos <tiagomatos@gmail.com>
Fri, 28 Oct 2011 22:21:04 +0000 (23:21 +0100)
committerRui Matos <tiagomatos@gmail.com>
Tue, 8 Nov 2011 19:25:51 +0000 (19:25 +0000)
commit43f1b5abbc83483c8554239adf8b42f218c11adf
tree0d973dbdc29c80f4dfb4f348e213024914daa41a
parentc1e8e7ba22faf438cddf94aefab8789ca98f9593
gdk: Add GDK_WINDOW_STATE_FOCUSED to GdkWindowState

This state means that the toplevel window is presented as focused to the user,
i.e with active decorations under an X11 window manager.

If the GDK backend doesn't implement this flag, it will just remain set after
mapping the window.

https://bugzilla.gnome.org/show_bug.cgi?id=661428
gdk/gdkevents.h
gdk/gdkwindow.c